From: Stefan Monnier Date: Sun, 22 Sep 2019 16:54:48 +0000 (-0400) Subject: * lisp/help-fns.el: Fix missing dependency X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~19^2~1882 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=dddff96a585531608d5e8d27375a6363679a9fb5;p=emacs.git * lisp/help-fns.el: Fix missing dependency --- diff --git a/lisp/help-fns.el b/lisp/help-fns.el index 3c0a72e2634..d6b4e763bbc 100644 --- a/lisp/help-fns.el +++ b/lisp/help-fns.el @@ -35,6 +35,7 @@ (require 'cl-lib) (require 'help-mode) (require 'radix-tree) +(eval-when-compile (require 'subr-x)) ;For when-let. (defvar help-fns-describe-function-functions nil "List of functions to run in help buffer in `describe-function'.